home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / dissem / dissdemo.dir / 00210.ls < prev    next >
Encoding:
Text File  |  1999-04-25  |  322 b   |  19 lines

  1. on enterFrame
  2.   puppetSprite(2, 1)
  3.   puppetSprite(3, 1)
  4.   if rollOver(2) then
  5.     set the castNum of sprite 2 to 213
  6.   else
  7.     set the castNum of sprite 2 to 2
  8.   end if
  9.   if rollOver(3) then
  10.     set the castNum of sprite 3 to 214
  11.   else
  12.     set the castNum of sprite 3 to 3
  13.   end if
  14. end
  15.  
  16. on exitFrame
  17.   go(the frame)
  18. end
  19.